home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3constructor.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_CONSTRUCTORPROPERTYGADGET_H = 1;
- include("real/primgad/p3level.js")
-
-
- var R3CLID_CONSTRUCTORPROPERTYGADGET = 1781;
-
-
-
-
- // Description: For mapchanges
- // p3: Number
-
- R3CONSTRUCTORGM_ENABLED = 1781000;
-
- function mR3CONSTRUCTORGM_ENABLED(p3) {
- DoA(this.r3obj, 1781000, p3, R3TID_FLOAT, 0);
- }
-
- // Description: Set target attribute
-
- R3CONSTRUCTORGM_TARGET = 1781001;
-
- function mR3CONSTRUCTORGM_TARGET() {
- DoA(this.r3obj, 1781001, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Constructorpropertygadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_CONSTRUCTORPROPERTYGADGET, arguments);
- }
- // Methods
- this.ENABLED=mR3CONSTRUCTORGM_ENABLED;
- this.TARGET=mR3CONSTRUCTORGM_TARGET;
-
- // Attributes
- }
-
- r3Constructorpropertygadget.prototype=new r3Levelgadget;
- // p3constructor.h_H